projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4deff3
)
(dumpglyphs): Declare g as GLYPH.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Jan 1997 08:08:13 +0000
(08:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Jan 1997 08:08:13 +0000
(08:08 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index e7b965972074c9138fc7fa4479445e3e7898beb0..279906e23076f0acc2a7fe76f88cdab29db05893 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-530,7
+530,7
@@
dumpglyphs (f, left, top, gp, n, hl, just_foreground)
{
/* Get the face-code of the next GLYPH. */
int cf, len;
-
int
g = *gp;
+
GLYPH
g = *gp;
GLYPH_FOLLOW_ALIASES (tbase, tlen, g);
cf = FAST_GLYPH_FACE (g);